home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en">
- <HEAD>
- <TITLE>Add Folder</TITLE>
- </HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <H2>Add Folder</H2>
-
- <dtml-var "HelpSys.HelpButton('Folder_Add.stx','OFSP')">
-
- <P>
- A Folder contains other objects. Use Folders to organize your
- web objects in to logical groups.
- </P>
-
- <P>
- The form below allows you to create
- a Folder. The <EM>Create public interface</EM> option creates
- an <EM>index_html</EM> DTML Method inside the Folder to give the
- Folder a default HTML representation. The <EM>Create user folder</EM>
- option creates a User Folder inside the Folder to hold authorization
- information for the Folder.
- </P>
-
- <FORM ACTION="manage_addFolder" METHOD="POST">
- <TABLE CELLSPACING="2">
- <TR>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <STRONG>Id</STRONG>
- </TD>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="id" SIZE="40">
- </TD>
- </TR>
- <TR>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <EM><STRONG>Title</STRONG></EM>
- </TD>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="title" SIZE="40">
- </TD>
- </TR>
- <TR><TD COLSPAN="2"><BR></TD></TR>
-
- <dtml-if "_.SecurityCheckPermission('Add Documents, Images, and Files',this())">
- <TR>
- <TD ALIGN="TOP" COLSPAN="2">
- <INPUT TYPE="CHECKBOX" NAME="createPublic:int" VALUE="1" ID="cbCreatePublic">
- <STRONG><LABEL FOR="cbCreatePublic">Create public interface</LABEL></STRONG>
- </TD>
- </TR>
- </dtml-if>
-
- <dtml-if "_.SecurityCheckPermission('Add User Folders',this())">
- <TR>
- <TD ALIGN="TOP" COLSPAN="2">
- <INPUT TYPE="CHECKBOX" NAME="createUserF:int" VALUE="1" ID="cbCreateUserF">
- <STRONG><LABEL FOR="cbCreateUserF">Create user folder</LABEL></STRONG>
- </TD>
- </TR>
- </dtml-if>
-
- <TR>
- <TD></TD>
- <TD>
- <BR><INPUT TYPE="SUBMIT" VALUE=" Add ">
- </TD>
- </TR>
- </TABLE>
- </FORM>
- </BODY>
- </HTML>
-
-